projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a306960
)
* lisp/cedet/mode-local.el (define-mode-local-override): Declare doctring.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 28 Feb 2017 14:41:04 +0000
(09:41 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 28 Feb 2017 14:41:04 +0000
(09:41 -0500)
lisp/cedet/mode-local.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/mode-local.el
b/lisp/cedet/mode-local.el
index ef24e8a6cb9e1e52798243b646cde46a298f84c1..88ee4001414ee9e76428f17a68882f253c6903ca 100644
(file)
--- a/
lisp/cedet/mode-local.el
+++ b/
lisp/cedet/mode-local.el
@@
-579,6
+579,8
@@
ARGS are the function arguments, which should match those of the same
named function created with `define-overload'.
DOCSTRING is the documentation string.
BODY is the implementation of this function."
+ ;; FIXME: Make this obsolete and use cl-defmethod with &context instead.
+ (declare (doc-string 4))
(let ((newname (intern (format "%s-%s" name mode))))
`(progn
(eval-and-compile